home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p13-16 / 00051_Script_51 < prev    next >
Text File  |  1994-06-14  |  242b  |  12 lines

  1. -- last frame in this plane
  2. on exitFrame
  3.   global FastForward, PlayOn
  4.   global theVCRButtons
  5.   if FastForward then
  6.     set FastForward = FALSE
  7.     set PlayOn = FALSE
  8.     mVCRStopButton(theVCRButtons)
  9.   end if
  10.   go to the frame
  11. end
  12.